ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CursorCollectionView<T,K> Class / HasMoreItems Property

In This Topic
    HasMoreItems Property (C1CursorCollectionView<T,K>)
    In This Topic
    Gets a value that indicates whether more items can be loaded.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HasMoreItems As System.Boolean
    public virtual System.bool HasMoreItems {get;}
    See Also